aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* die_errno(): double % in strerror() output just in caseJunio C Hamano2009-06-27
* Introduce die_errno() that appends strerror(errno) to die()Thomas Rast2009-06-27
* Makefile: test-parse-options depends on parse-options.hJunio C Hamano2009-06-07
* Merge branch 'maint'Junio C Hamano2009-06-06
|\
| * Documentation: refer to gitworkflows(7) from tutorial and git(1)Thomas Rast2009-06-06
| * daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-06
* | Documentation/git.txt: update links to release notesJunio C Hamano2009-06-03
* | Merge branch 'maint' to sync with 1.6.3.2Junio C Hamano2009-06-03
|\ \ | |/
| * GIT 1.6.3.2v1.6.3.2Junio C Hamano2009-06-03
| * grep: fix empty word-regexp matchesRené Scharfe2009-06-03
* | Show presence of stashed changes in bash prompt.Daniel Trstenjak2009-06-03
* | Merge branch 'da/pretty-tempname'Junio C Hamano2009-06-03
|\ \
| * | diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-31
| * | compat: add a basename() compatibility functionDavid Aguilar2009-05-31
| * | compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-31
* | | Clean up and simplify rev_compare_tree()Linus Torvalds2009-06-03
* | | Merge branch 'maint'Junio C Hamano2009-06-03
|\ \ \ | | |/ | |/|
| * | blame: correctly handle a path that used to be a directoryJunio C Hamano2009-06-03
| * | add -i: do not dump patch during applicationThomas Rast2009-06-03
| * | Update draft release notes for 1.6.3.2Junio C Hamano2009-06-02
| * | Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maintJunio C Hamano2009-06-02
| |\ \
| | * | Change xdl_merge to generate output even for null mergesCharles Bailey2009-05-24
| | * | t6023: merge-file fails to output anything for a degenerate mergeCharles Bailey2009-05-24
| * | | Merge branch 'rs/maint-grep-word-regexp-fix' into maintJunio C Hamano2009-06-02
| |\ \ \
| | * | | grep: fix colouring of matches with zero lengthRené Scharfe2009-06-01
| * | | | Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maintJunio C Hamano2009-06-02
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/maint-add-p-coalesce-fix' into maintJunio C Hamano2009-06-02
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tr/maint-doc-stash-pop' into maintJunio C Hamano2009-06-02
| |\ \ \ \ \ \
| | * | | | | | Documentation: teach stash/pop workflow instead of stash/applyThomas Rast2009-05-28
* | | | | | | | test-lib: fix http exit codesClemens Buchacher2009-06-01
* | | | | | | | test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher2009-06-01
* | | | | | | | test-lib: fail if invalid options are passedClemens Buchacher2009-06-01
* | | | | | | | git-show-branch.txt: document --date-order optionStephen Boyd2009-06-01
* | | | | | | | Merge branch 'sb/opt-filename'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \
| * | | | | | | | parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
| * | | | | | | | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
| * | | | | | | | Merge branch 'jc/mktree' into sb/opt-filenameJunio C Hamano2009-05-25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sb/format-patch-parseopt' into sb/opt-filenameJunio C Hamano2009-05-25
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'sb/show-branch-parse-options' into sb/opt-filenameJunio C Hamano2009-05-25
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sb/opt-filenameJunio C Hamano2009-05-25
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/solaris-0811'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONVJunio C Hamano2009-05-22
| * | | | | | | | | | | | Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6Junio C Hamano2009-05-22
* | | | | | | | | | | | | Merge branch 'sb/show-branch-parse-options'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | show-branch: migrate to parse-options APIStephen Boyd2009-05-22
| * | | | | | | | | | | | Merge branch 'mh/show-branch-color' into sb/show-branch-parse-optionsJunio C Hamano2009-05-22
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh'sStephen Boyd2009-05-22
* | | | | | | | | | | | | | Merge branch 'mm/apply-double-slash'Junio C Hamano2009-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | apply: handle filenames with double slashes betterMichal Marek2009-05-24