aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'rc/http-push'Junio C Hamano2009-02-05
|\
| * http-push: wrap signature of get_remote_object_urlTay Ray Chuan2009-02-03
| * http-push: add back underscore separator before lock tokenTay Ray Chuan2009-02-03
| * http-push.c: get_remote_object_url() is only used under USE_CURL_MULTIJunio C Hamano2009-02-02
| * http-push: refactor request url creationTay Ray Chuan2009-01-31
* | Merge branch 'gt/utf8-width'Junio C Hamano2009-02-05
|\ \
| * | builtin-blame.c: Use utf8_strwidth for author's namesGeoffrey Thomas2009-02-04
| * | utf8: add utf8_strwidth()Geoffrey Thomas2009-02-04
* | | Merge branch 'jk/head-symref'Junio C Hamano2009-02-05
|\ \ \
| * | | symbolic ref: refuse non-ref targets in HEADJeff King2009-01-29
| * | | validate_headref: tighten ref-matching to just branchesJeff King2009-01-29
| |/ /
* | | Merge branch 'cb/mergetool'Junio C Hamano2009-02-05
|\ \ \
| * | | mergetool: fix running mergetool in sub-directoriesCharles Bailey2009-01-31
| * | | mergetool: Add a test for running mergetool in a sub-directoryCharles Bailey2009-01-31
| * | | mergetool: respect autocrlf by using checkout-indexCharles Bailey2009-01-27
* | | | Merge branch 'maint'Junio C Hamano2009-02-05
|\ \ \ \
| * \ \ \ Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-05
| |\ \ \ \
| | * | | | Fixed broken git help -w when installing from RPMDavid J. Mellor2009-02-04
| * | | | | Merge branch 'jc/maint-apply-fix' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'am/maint-push-doc' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'sg/maint-gitdir-in-subdir' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/maint-split-diff-metainfo' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'js/maint-all-implies-HEAD' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano2009-02-05
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Makefile: minor improvements for Mac OS X (Darwin)Jay Soffian2009-02-05
* | | | | | | | | | | | | config.mak.in: define paths without trailing slashPascal Obry2009-02-05
* | | | | | | | | | | | | Makefile: fix misdetection of relative pathnamesJunio C Hamano2009-02-05
* | | | | | | | | | | | | Merge branch 'jc/fsck' (early part)Junio C Hamano2009-02-04
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fsck: check loose objects from alternate object stores by defaultJunio C Hamano2009-01-30
| * | | | | | | | | | | | | fsck: HEAD is part of refsJunio C Hamano2009-01-30
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | git-bundle doc: update examplesNanako Shiraishi2009-02-04
* | | | | | | | | | | | | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-04
* | | | | | | | | | | | | git-show-branch doc: show -g as synonym to --reflog in the listjidanni@jidanni.org2009-02-04
* | | | | | | | | | | | | contrib git-resurrect: find traces of a branch name and resurrect itThomas Rast2009-02-04
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-02-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | urls.txt: document optional port specification in git URLSStefan Naewe2009-02-04
| * | | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-04
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-04
| | * | | | | | | | | | | Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-04
| | * | | | | | | | | | | Missing && in t/t7001.sh.Matthieu Moy2009-02-04
* | | | | | | | | | | | | Merge branch 'wp/add-patch-find'Junio C Hamano2009-02-04
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add -p: trap Ctrl-D in 'goto' modeThomas Rast2009-02-04
| * | | | | | | | | | | | | add -p: change prompt separator for 'g'Thomas Rast2009-02-04
| * | | | | | | | | | | | | In add --patch, Handle K,k,J,j slightly more gracefully.William Pursell2009-02-01
| * | | | | | | | | | | | | Add / command in add --patchWilliam Pursell2009-02-01
| * | | | | | | | | | | | | git-add -i/-p: Change prompt separater from slash to commaWilliam Pursell2009-02-01
* | | | | | | | | | | | | | Merge branch 'ns/am-slacker'Junio C Hamano2009-02-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-am: Add --ignore-date optionNanako Shiraishi2009-01-25
| * | | | | | | | | | | | | | am: Add --committer-date-is-author-date optionJunio C Hamano2009-01-25