Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2009-03-28 | 3 | -11/+3 |
|\ | |||||
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-28 | 3 | -11/+3 |
| |\ | |||||
| | * | test-lib: Clean up comments and Makefile. | Emil Sit | 2009-03-28 | 2 | -9/+1 |
| | * | diff --no-index: Do not generate patch output if other output is requested | Johannes Sixt | 2009-03-25 | 1 | -2/+2 |
* | | | Update draft release notes to 1.6.3 | Junio C Hamano | 2009-03-28 | 1 | -7/+21 |
* | | | Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' | Junio C Hamano | 2009-03-28 | 2 | -1/+17 |
|\ \ \ | |||||
| * | | | diff --cached: do not borrow from a work tree when a path is marked as assume... | Junio C Hamano | 2009-03-22 | 2 | -1/+17 |
* | | | | Merge branch 'js/remote-improvements' | Junio C Hamano | 2009-03-28 | 1 | -1/+16 |
|\ \ \ \ | |||||
| * | | | | remote: improve sorting of "configure for git push" list | Jeff King | 2009-03-22 | 1 | -1/+16 |
* | | | | | Merge branch 'jk/clone-post-checkout' | Junio C Hamano | 2009-03-28 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | githooks documentation: post-checkout hook is also called after clone | Jens Lehmann | 2009-03-22 | 1 | -0/+4 |
* | | | | | | rebase: fix typo (force_rebas -> force-rebas) | Michele Ballabio | 2009-03-27 | 1 | -1/+1 |
* | | | | | | Merge branch 'db/push-cleanup' | Junio C Hamano | 2009-03-26 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin-send-pack.c: avoid empty structure initialization | Brandon Casey | 2009-03-26 | 1 | -2/+1 |
* | | | | | | | Grammar fix for "git merge" man page | Wincent Colaiuta | 2009-03-26 | 1 | -1/+1 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-03-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | documentation: update cvsimport description of "-r" for recent clone | Carlo Marcelo Arenas Belon | 2009-03-26 | 1 | -1/+1 |
* | | | | | | | Merge branch 'db/push-cleanup' | Junio C Hamano | 2009-03-26 | 7 | -107/+356 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Move push matching and reporting logic into transport.c | Daniel Barkalow | 2009-03-09 | 4 | -92/+343 |
| * | | | | | | Use a common function to get the pretty name of refs | Daniel Barkalow | 2009-03-09 | 4 | -15/+13 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'jc/maint-1.6.0-blame-s' | Junio C Hamano | 2009-03-26 | 1 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | blame: read custom grafts given by -S before calling setup_revisions() | Junio C Hamano | 2009-03-18 | 1 | -4/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'mg/http-auth' | Junio C Hamano | 2009-03-26 | 2 | -141/+190 |
|\ \ \ \ \ \ | |||||
| * | | | | | | http-push.c: use a faux remote to pass to http_init | Amos King | 2009-03-19 | 1 | -1/+9 |
| * | | | | | | Do not name "repo" struct "remote" in push_http.c | Amos King | 2009-03-19 | 1 | -76/+76 |
| * | | | | | | http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL | Junio C Hamano | 2009-03-12 | 1 | -3/+1 |
| * | | | | | | http authentication via prompts | Junio C Hamano | 2009-03-10 | 1 | -0/+60 |
| * | | | | | | http_init(): Fix config file parsing | Junio C Hamano | 2009-03-10 | 1 | -42/+27 |
| * | | | | | | http.c: style cleanups | Junio C Hamano | 2009-03-09 | 1 | -23/+21 |
* | | | | | | | Merge branch 'jk/reflog-date' | Junio C Hamano | 2009-03-26 | 3 | -6/+78 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | make oneline reflog dates more consistent with multiline format | Jeff King | 2009-03-20 | 3 | -6/+78 |
* | | | | | | | | Merge branch 'jc/attributes-checkout' | Junio C Hamano | 2009-03-26 | 4 | -18/+95 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add a test for checking whether gitattributes is honored by checkout. | Kristian Amlie | 2009-03-20 | 1 | -0/+31 |
| * | | | | | | | | Read attributes from the index that is being checked out | Junio C Hamano | 2009-03-13 | 3 | -18/+64 |
* | | | | | | | | | Merge branch 'js/maint-diff-temp-smudge' | Junio C Hamano | 2009-03-26 | 2 | -3/+26 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Smudge the files fed to external diff and textconv | Johannes Schindelin | 2009-03-22 | 2 | -3/+26 |
* | | | | | | | | | | Merge branch 'js/maint-1.6.0-exec-path-env' | Junio C Hamano | 2009-03-26 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Propagate --exec-path setting to external commands via GIT_EXEC_PATH | Johannes Sixt | 2009-03-21 | 1 | -0/+4 |
* | | | | | | | | | | | Merge branch 'bc/maint-1.6.1-branch-deleted-was' | Junio C Hamano | 2009-03-26 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | git-branch: display "was sha1" on branch deletion rather than just "sha1" | Brandon Casey | 2009-03-21 | 2 | -2/+2 |
* | | | | | | | | | | | | Merge branch 'fg/push-default' | Junio C Hamano | 2009-03-26 | 6 | -5/+134 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | builtin-push.c: Fix typo: "anythig" -> "anything" | Kevin Ballard | 2009-03-25 | 1 | -1/+1 |
| * | | | | | | | | | | | | Display warning for default git push with no push.default config | Finn Arne Gangstad | 2009-03-17 | 2 | -0/+30 |
| * | | | | | | | | | | | | New config push.default to decide default behavior for push | Finn Arne Gangstad | 2009-03-17 | 5 | -5/+104 |
* | | | | | | | | | | | | | Merge branch 'dm/maint-docco' | Junio C Hamano | 2009-03-26 | 5 | -91/+91 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Documentation: Remove spurious uses of "you" in git-bisect.txt. | David J. Mellor | 2009-03-25 | 1 | -3/+3 |
| * | | | | | | | | | | | | | Documentation: minor grammatical fix in git-check-ref-format.txt | David J. Mellor | 2009-03-22 | 1 | -20/+20 |
| * | | | | | | | | | | | | | Documentation: minor grammatical fixes in git-check-attr.txt | David J. Mellor | 2009-03-22 | 1 | -8/+8 |
| * | | | | | | | | | | | | | Documentation: minor grammatical fixes in git-cat-file.txt | David J. Mellor | 2009-03-22 | 1 | -9/+9 |
| * | | | | | | | | | | | | | Documentation: minor grammatical fixes and rewording in git-bundle.txt | David J. Mellor | 2009-03-22 | 1 | -43/+43 |