summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato1-4/+4
2009-06-18import-tars: support symlinksJohannes Schindelin1-5/+12
2009-06-15pull, rebase: simplify to use die()Stephen Boyd2-10/+5
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-06-12send-email: fix a typo in a commentMarkus Heidelberg1-1/+1
2009-06-12send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg1-0/+11
2009-06-12doc/send-email: clarify the behavior of --in-reply-to with --no-threadMarkus Heidelberg1-2/+3
2009-06-12send-email: fix non-threaded mailsMarkus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for non-threaded mailsMarkus Heidelberg1-0/+10
2009-06-12Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini1-0/+4
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Johannes Sixt1-1/+1
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt1-1/+1
2009-06-11rebase--interactive: remote stray closing parenthesisUwe Kleine-König1-1/+1
2009-06-10parse-options: add parse_options_check to validate option specs.Pierre Habouzit1-0/+24
2009-06-10configure: test whether -lresolv is neededRalf Wildenhues2-0/+10
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano2-4/+31
2009-06-10git-repack.txt: Clarify implications of -a for dumb protocolsMichael J Gruber1-2/+5
2009-06-09bash: add support for 'git stash pop --index' optionSZEDER Gábor1-2/+2
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2-10/+10
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt1-10/+6
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt3-45/+18
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2-4/+6
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2-6/+6
2009-06-09git-send-email.perl: improve detection of MIME encoded-wordsBrandon Casey1-1/+9
2009-06-09diff.c: plug a memory leak in an error pathJohannes Sixt1-0/+1
2009-06-09fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt1-1/+3
2009-06-09git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8Brandon Casey1-1/+1
2009-06-09builtin-remote: Make "remote show" display all urlsMichael J Gruber1-3/+6
2009-06-08MinGW: Teach Makefile to detect msysgit and apply specific settingsSteffen Prohaska1-2/+12
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2-2/+4
2009-06-08symlinks.c: small style cleanupKjetil Barvik1-4/+2
2009-06-07Makefile: test-parse-options depends on parse-options.hJunio C Hamano1-0/+2
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2-5/+10
2009-06-06parse-options: simplify usage argh handlingStephen Boyd3-38/+21
2009-06-06parse-options: make OPT_INTEGER's argh explicitStephen Boyd3-12/+5
2009-06-06Makefile: add section for SunOS 5.7Brandon Casey1-0/+10
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHJunio C Hamano2-0/+16
2009-06-06Makefile: define __sun__ on SunOSBrandon Casey1-1/+1
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisBrandon Casey1-1/+14
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specBrandon Casey2-2/+2
2009-06-06Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile argumentsBrandon Casey1-1/+10
2009-06-06t6030: test skipping away from an already skipped commitChristian Couder1-0/+12
2009-06-06bisect: when skipping, choose a commit away from a skipped commitChristian Couder1-1/+49
2009-06-06bisect: add parameters to "filter_skipped"Christian Couder3-6/+42
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan4-431/+336
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan4-151/+167
2009-06-06http: use new http API in fetch_index()Tay Ray Chuan1-73/+8
2009-06-06http*: add http_get_info_packsTay Ray Chuan4-345/+186