aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | Read attributes from the index that is being checked outJunio C Hamano2009-03-13
| * | | | | | | | | | | | | | | | | Merge branch 'js/maint-diff-temp-smudge'Junio C Hamano2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Smudge the files fed to external diff and textconvJohannes Schindelin2009-03-22
| | | |_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'js/maint-1.6.0-exec-path-env'Junio C Hamano2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Propagate --exec-path setting to external commands via GIT_EXEC_PATHJohannes Sixt2009-03-21
| * | | | | | | | | | | | | | | | Merge branch 'bc/maint-1.6.1-branch-deleted-was'Junio C Hamano2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey2009-03-21
| * | | | | | | | | | | | | | | | Merge branch 'fg/push-default'Junio C Hamano2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | builtin-push.c: Fix typo: "anythig" -> "anything"Kevin Ballard2009-03-25
| | * | | | | | | | | | | | | | | | Display warning for default git push with no push.default configFinn Arne Gangstad2009-03-17
| | * | | | | | | | | | | | | | | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-17
| * | | | | | | | | | | | | | | | | Merge branch 'dm/maint-docco'Junio C Hamano2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor2009-03-25
| | * | | | | | | | | | | | | | | | Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor2009-03-22
| | * | | | | | | | | | | | | | | | Documentation: minor grammatical fixes in git-check-attr.txtDavid J. Mellor2009-03-22
| | * | | | | | | | | | | | | | | | Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor2009-03-22
| | * | | | | | | | | | | | | | | | Documentation: minor grammatical fixes and rewording in git-bundle.txtDavid J. Mellor2009-03-22
| | * | | | | | | | | | | | | | | | Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor2009-03-22
| * | | | | | | | | | | | | | | | | fast-export: Avoid dropping files from commitsElijah Newren2009-03-25
| * | | | | | | | | | | | | | | | | Grammar fixes to "merge" and "patch-id" docsWincent Colaiuta2009-03-25
| * | | | | | | | | | | | | | | | | Correct missing SP characters in grammar comment at top of fast-import.cElijah Newren2009-03-25
| * | | | | | | | | | | | | | | | | git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren2009-03-25
| * | | | | | | | | | | | | | | | | Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano2009-03-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt2009-03-25
| | * | | | | | | | | | | | | | | | | t7005-editor: Use $SHELL_PATH in the editor scriptsJohannes Sixt2009-03-25
| * | | | | | | | | | | | | | | | | | Guard a few Makefile variables against user environmentsJohannes Schindelin2009-03-25
* | | | | | | | | | | | | | | | | | | rev-list: pass "revs" to "show_bisect_vars"Christian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | rev-list: make "show_bisect_vars" non staticChristian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | rev-list: move code to show bisect vars into its own functionChristian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | rev-list: move bisect related code into its own fileChristian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | rev-list: make "bisect_list" variable local to "cmd_rev_list"Christian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-30
* | | | | | | | | | | | | | | | | | | quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-30
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-03-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce2009-03-24
| * | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | |