summaryrefslogtreecommitdiffstats
path: root/date.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-04Documentation/git.txt: update links to release notesJunio C Hamano1-1/+6
2009-06-04GIT 1.6.3.2v1.6.3.2Junio C Hamano2-8/+6
2009-06-04Show presence of stashed changes in bash prompt.Daniel Trstenjak1-2/+10
2009-06-03grep: fix empty word-regexp matchesRené Scharfe1-1/+5
2009-06-03Clean up and simplify rev_compare_tree()Linus Torvalds2-23/+15
2009-06-03blame: correctly handle a path that used to be a directoryJunio C Hamano2-8/+33
2009-06-03add -i: do not dump patch during applicationThomas Rast1-1/+0
2009-06-02Update draft release notes for 1.6.3.2Junio C Hamano1-14/+26
2009-06-02test-lib: fix http exit codesClemens Buchacher1-2/+4
2009-06-02test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher1-7/+14
2009-06-02test-lib: fail if invalid options are passedClemens Buchacher1-1/+1
2009-06-02grep: fix colouring of matches with zero lengthRené Scharfe1-0/+2
2009-06-02match_refs: search ref list tail internallyClemens Buchacher6-29/+23
2009-06-01git-show-branch.txt: document --date-order optionStephen Boyd1-3/+9
2009-06-01diff: generate pretty filenames in prep_temp_blob()David Aguilar4-1/+38
2009-06-01compat: add a basename() compatibility functionDavid Aguilar5-0/+37
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar5-0/+102
2009-06-01git-add: no need for -f when resolving a conflict in already tracked pathJeff King2-1/+13
2009-06-01config.txt: document add.ignore-errorsStephen Boyd1-0/+5
2009-06-01bash: remove always true if statement from __git_ps1()SZEDER Gábor1-6/+4
2009-06-01git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink1-1/+1
2009-06-01http-push: reuse existing is_null_refClemens Buchacher1-16/+5
2009-05-31Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2-16/+18
2009-05-29t9120: don't expect failure with SVN_HTTPD_PORT unsetStephen Boyd1-11/+6