summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11parse-remote: remove unused functionsLibravatar Santi Béjar2-224/+0
2009-06-11parse-remote: support default reflist in get_remote_merge_branchLibravatar Santi Béjar2-1/+21
2009-06-11parse-remote: function to get the tracking branch to be mergeLibravatar Santi Béjar2-5/+31
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Libravatar Johannes Sixt1-1/+1
2009-06-11Fix typo in nedmalloc warning fixLibravatar Johannes Sixt1-1/+1
2009-06-11Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintLibravatar Junio C Hamano1-1/+1
2009-06-11rebase--interactive: remote stray closing parenthesisLibravatar Uwe Kleine-König1-1/+1
2009-06-10parse-options: add parse_options_check to validate option specs.Libravatar Pierre Habouzit1-0/+24
2009-06-10configure: test whether -lresolv is neededLibravatar Ralf Wildenhues2-0/+10
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binLibravatar Junio C Hamano2-4/+31
2009-06-09git-repack.txt: Clarify implications of -a for dumb protocolsLibravatar Michael J Gruber1-2/+5
2009-06-09technical/api-remote: Describe new struct remote member pushurlLibravatar Michael J Gruber1-0/+4
2009-06-09t5516: Check pushurl config settingLibravatar Michael J Gruber1-0/+13
2009-06-09Allow push and fetch urls to be differentLibravatar Michael J Gruber5-4/+37
2009-06-09Merge branch 'maint'Libravatar Junio C Hamano3-4/+10
2009-06-09bash: add support for 'git stash pop --index' optionLibravatar SZEDER Gábor1-2/+2
2009-06-09Documentation: mention 'git stash pop --index' option explicitlyLibravatar SZEDER Gábor2-10/+10
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Libravatar Johannes Sixt1-10/+6
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Libravatar Johannes Sixt3-45/+18
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGLibravatar Stephen Boyd2-4/+6
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyLibravatar Brandon Casey2-6/+6
2009-06-09git-send-email.perl: improve detection of MIME encoded-wordsLibravatar Brandon Casey1-1/+9
2009-06-08diff.c: plug a memory leak in an error pathLibravatar Johannes Sixt1-0/+1
2009-06-08fetch-pack: close output channel after sideband demultiplexer terminatesLibravatar Johannes Sixt1-1/+3
2009-06-08fix handling of iconv configuration optionsLibravatar Marco Nelissen1-0/+8
2009-06-08git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8Libravatar Brandon Casey1-1/+1
2009-06-08builtin-remote: Make "remote show" display all urlsLibravatar Michael J Gruber1-3/+6
2009-06-08MinGW: Teach Makefile to detect msysgit and apply specific settingsLibravatar Steffen Prohaska1-2/+12
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Libravatar Johannes Schindelin2-2/+4
2009-06-07symlinks.c: small style cleanupLibravatar Kjetil Barvik1-4/+2
2009-06-07Makefile: test-parse-options depends on parse-options.hLibravatar Junio C Hamano1-0/+2
2009-06-06Merge branch 'maint'Libravatar Junio C Hamano4-6/+18
2009-06-06Documentation: refer to gitworkflows(7) from tutorial and git(1)Libravatar Thomas Rast2-1/+8
2009-06-06daemon: Strictly parse the "extra arg" part of the commandLibravatar Shawn O. Pearce2-5/+10
2009-06-06parse-options: simplify usage argh handlingLibravatar Stephen Boyd3-38/+21
2009-06-06parse-options: make OPT_INTEGER's argh explicitLibravatar Stephen Boyd3-12/+5
2009-06-06Makefile: add section for SunOS 5.7Libravatar Brandon Casey1-0/+10
2009-06-06Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATHLibravatar Junio C Hamano2-0/+16
2009-06-06Makefile: define __sun__ on SunOSLibravatar Brandon Casey1-1/+1
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisLibravatar Brandon Casey1-1/+14
2009-06-06On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX specLibravatar Brandon Casey2-2/+2
2009-06-06Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile argumentsLibravatar Brandon Casey1-1/+10
2009-06-06t6030: test skipping away from an already skipped commitLibravatar Christian Couder1-0/+12
2009-06-06bisect: when skipping, choose a commit away from a skipped commitLibravatar Christian Couder1-1/+49
2009-06-06bisect: add parameters to "filter_skipped"Libravatar Christian Couder3-6/+42
2009-06-06http*: add helper methods for fetching objects (loose)Libravatar Tay Ray Chuan4-431/+336
2009-06-06http*: add helper methods for fetching packsLibravatar Tay Ray Chuan4-151/+167
2009-06-06http: use new http API in fetch_index()Libravatar Tay Ray Chuan1-73/+8
2009-06-06http*: add http_get_info_packsLibravatar Tay Ray Chuan4-345/+186
2009-06-06http-push.c::fetch_symref(): use the new http APILibravatar Mike Hommey1-17/+3