aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-30
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-30
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | | * | | | | | Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)2009-03-30
| | | * | | | | | bash completion: only show 'log --merge' if mergingThomas Rast2009-03-30
| | | * | | | | | git-tag(1): add hint about commit messagesNico -telmich- Schottelius2009-03-30
| | | * | | | | | Documentation: update graph api example.Allan Caffee2009-03-30
* | | | | | | | | Documentation: push.default applies to all remotesSanti Béjar2009-03-30
* | | | | | | | | Documentation: enhance branch.<name>.{remote,merge}Santi Béjar2009-03-30
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-29
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-29
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | import-zips: fix thinkoJohannes Schindelin2009-03-29
| * | | | | | | | git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong2009-03-29
* | | | | | | | | send-email: add tests for refactored promptingJay Soffian2009-03-29
* | | | | | | | | send-email: refactor and ensure prompting doesn't loop foreverJay Soffian2009-03-29
* | | | | | | | | git-svn: don't output git commits in quiet modeSimon Arlott2009-03-29
* | | | | | | | | git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong2009-03-28
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-28
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | test-lib: Clean up comments and Makefile.Emil Sit2009-03-28
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | diff --no-index: Do not generate patch output if other output is requestedJohannes Sixt2009-03-25
* | | | | | | | Update draft release notes to 1.6.3Junio C Hamano2009-03-28
* | | | | | | | Merge branch 'jc/maint-1.6.0-diff-borrow-carefully'Junio C Hamano2009-03-28
|\ \ \ \ \ \ \ \
| * | | | | | | | diff --cached: do not borrow from a work tree when a path is marked as assume...Junio C Hamano2009-03-22
* | | | | | | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remote: improve sorting of "configure for git push" listJeff King2009-03-22
* | | | | | | | | | Merge branch 'jk/clone-post-checkout'Junio C Hamano2009-03-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | githooks documentation: post-checkout hook is also called after cloneJens Lehmann2009-03-22
* | | | | | | | | | | rebase: fix typo (force_rebas -> force-rebas)Michele Ballabio2009-03-27
* | | | | | | | | | | Merge branch 'db/push-cleanup'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin-send-pack.c: avoid empty structure initializationBrandon Casey2009-03-26
* | | | | | | | | | | | Grammar fix for "git merge" man pageWincent Colaiuta2009-03-26
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | documentation: update cvsimport description of "-r" for recent cloneCarlo Marcelo Arenas Belon2009-03-26
* | | | | | | | | | | Merge branch 'db/push-cleanup'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Move push matching and reporting logic into transport.cDaniel Barkalow2009-03-09
| * | | | | | | | | | Use a common function to get the pretty name of refsDaniel Barkalow2009-03-09
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/maint-1.6.0-blame-s'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano2009-03-18
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mg/http-auth'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | http-push.c: use a faux remote to pass to http_initAmos King2009-03-19
| * | | | | | | | | | Do not name "repo" struct "remote" in push_http.cAmos King2009-03-19
| * | | | | | | | | | http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURLJunio C Hamano2009-03-12
| * | | | | | | | | | http authentication via promptsJunio C Hamano2009-03-10
| * | | | | | | | | | http_init(): Fix config file parsingJunio C Hamano2009-03-10
| * | | | | | | | | | http.c: style cleanupsJunio C Hamano2009-03-09
* | | | | | | | | | | Merge branch 'jk/reflog-date'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | make oneline reflog dates more consistent with multiline formatJeff King2009-03-20
* | | | | | | | | | | | Merge branch 'jc/attributes-checkout'Junio C Hamano2009-03-26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add a test for checking whether gitattributes is honored by checkout.Kristian Amlie2009-03-20