aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions
-07-09 14:36:51 -0700'>2012-07-09apply: further split load_preimage()Junio C Hamano1-19/+40 2012-07-09apply: refactor "previous patch" logicJunio C Hamano1-26/+56 2012-07-09apply: split load_preimage() helper function outJunio C Hamano1-3/+12 2012-07-09apply: factor out checkout_target() helper functionJunio C Hamano1-7/+13 2012-07-09apply: refactor read_file_or_gitlink()Junio C Hamano1-7/+11 2012-07-09apply: clear_image() clears things a bit moreJunio C Hamano1-2/+2 2012-07-09apply: a bit more comments on PATH_TO_BE_DELETEDJunio C Hamano1-2/+8 2012-07-09apply: fix an incomplete comment in check_patch()Junio C Hamano1-9/+15 2012-07-09Restore umasks influence on the permissions of work tree created by cloneAlex Riesen1-1/+1 2012-07-09Allow edit of empty message with commit --amendChris Webb2-1/+16 2012-07-09Fifth batch for 1.7.12Junio C Hamano1-0/+43 2012-07-09Makefile: document ground rules for target-specific dependenciesJonathan Nieder1-0/+33 2012-07-09Makefile: move GIT-VERSION-FILE dependencies closer to useJeff King1-9/+4 2012-07-09Makefile: build instaweb similar to other scriptsJeff King1-8/+6 2012-07-09Makefile: update scripts when build-time parameters changeJeff King2-3/+14 2012-07-09Makefile: do not replace @@GIT_VERSION@@ in shell scriptsJeff King1-3/+0 2012-07-09Makefile: split prefix flags from GIT-CFLAGSJeff King2-8/+23 2012-07-09Makefile: be silent when only GIT_USER_AGENT changesJonathan Nieder1-1/+0 2012-07-09Makefile: split GIT_USER_AGENT from GIT-CFLAGSJeff King2-2/+10 2012-07-09Makefile: do not replace @@GIT_USER_AGENT@@ in scriptsJeff King1-1/+0 2012-07-09Makefile: apply dependencies consistently to sparse/asm targetsJeff King1-2/+2 2012-07-09Makefile: do not have git.o depend on common-cmds.hJeff King1-1/+0 2012-07-09Makefile: fold XDIFF_H and VCSSVN_H into LIB_HJonathan Nieder1-37/+25 2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen13-10/+446 2012-07-08Replace strlen() with ce_namelen()Thomas Gummerer2-3/+3 2012-07-08git-remote-mediawiki: update comments to reflect credential supportMatthieu Moy1-6/+1 2012-07-06git-remote-mediawiki: be more defensive when requests failMatthieu Moy1-0/+8 2012-07-06git-remote-mediawiki: more efficient 'pull' in the best caseMatthieu Moy2-21/+110 2012-07-06git-remote-mediawiki: extract revision-importing loop to a functionMatthieu Moy1-3/+13 2012-07-06git-remote-mediawiki: refactor loop over revision idsMatthieu Moy1-6/+11 2012-07-06git-remote-mediawiki: change return type of get_mw_pagesMatthieu Moy1-3/+5