Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Documentation/git.txt: link to 1.5.5.2 documentation. | Junio C Hamano | 2008-05-25 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Merge branch 'jk/maint-send-email-compose' into maint | Junio C Hamano | 2008-05-25 | |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'hb/maint-send-email-quote-recipients' into maint | Junio C Hamano | 2008-05-25 | |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-25 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | builtin-fast-export: Only output a single parent per line | Pieter de Bie | 2008-05-25 | |
| * | | | | | | | Release Notes for 1.5.5.2 | Junio C Hamano | 2008-05-25 | |
* | | | | | | | | Ignore no-op changes in paranoid update hook | Shawn O. Pearce | 2008-05-25 | |
* | | | | | | | | Don't load missing ACL files in paranoid update hook | Shawn O. Pearce | 2008-05-25 | |
* | | | | | | | | Don't diff empty tree on branch creation in paranoid update hook | Shawn O. Pearce | 2008-05-25 | |
* | | | | | | | | log --pretty: do not accept bogus "--prettyshort" | Junio C Hamano | 2008-05-25 | |
* | | | | | | | | log --graph: do not accept log --graphbogus | Junio C Hamano | 2008-05-25 | |
* | | | | | | | | Update draft release notes for 1.5.6 | Junio C Hamano | 2008-05-25 | |
* | | | | | | | | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | |
* | | | | | | | | | Merge branch 'as/graph' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 2008-05-25 | |
| * | | | | | | | | | Fix output of "git log --graph --boundary" | Adam Simpkins | 2008-05-25 | |
| * | | | | | | | | | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | |
| * | | | | | | | | | graph API: don't print branch lines for uninteresting merge parents | Adam Simpkins | 2008-05-25 | |
| * | | | | | | | | | graph API: fix graph mis-alignment after uninteresting commits | Adam Simpkins | 2008-05-25 | |
* | | | | | | | | | | Merge branch 'js/mailinfo' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | mailsplit: minor clean-up in read_line_with_nul() | Junio C Hamano | 2008-05-25 | |
| * | | | | | | | | | | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths | Junio C Hamano | 2008-05-25 | |
| * | | | | | | | | | | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 2008-05-25 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Make git add -n and git -u -n output consistent | Gustaf Hendeby | 2008-05-23 | |
| * | | | | | | | | | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 | |
* | | | | | | | | | | | Merge branch 'ar/t6031' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | Fix t6031 on filesystems without working exec bit | Alex Riesen | 2008-05-21 | |
* | | | | | | | | | | | | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | Add test for cloning with "--reference" repo being a subset of source repo | Johan Herland | 2008-05-22 | |
| * | | | | | | | | | | | | Add a test for another combination of --reference | Johan Herland | 2008-05-22 | |
| * | | | | | | | | | | | | Test that --reference actually suppresses fetching referenced objects | Daniel Barkalow | 2008-05-22 | |
| * | | | | | | | | | | | | clone: fall back to copying if hardlinking fails | Daniel Barkalow | 2008-05-21 | |
| * | | | | | | | | | | | | builtin-clone.c: Need to closedir() in copy_or_link_directory() | Brandon Casey | 2008-05-18 | |
| * | | | | | | | | | | | | builtin-clone: fix initial checkout | Johannes Schindelin | 2008-05-15 | |
| * | | | | | | | | | | | | Build in clone | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Provide API access to init_db() | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Add a function to set a non-default work tree | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Allow for having for_each_ref() list extra refs | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Have a constant extern refspec for "--tags" | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Add a lockfile function to append to a file | Daniel Barkalow | 2008-05-04 | |
| * | | | | | | | | | | | | Mark the list of refs to fetch as const | Daniel Barkalow | 2008-05-04 | |
* | | | | | | | | | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | builtin-apply: do not declare patch is creation when we do not know it | Junio C Hamano | 2008-05-17 | |
| * | | | | | | | | | | | | | builtin-apply: accept patch to an empty file | Junio C Hamano | 2008-05-17 | |
| * | | | | | | | | | | | | | builtin-apply: typofix | Junio C Hamano | 2008-05-17 | |
* | | | | | | | | | | | | | | Merge branch 'jc/unpack-trees-reword' | Junio C Hamano | 2008-05-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |