Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'as/graph' | Junio C Hamano | 2008-05-25 | 6 | -62/+191 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 2008-05-25 | 2 | -24/+58 | |
| * | | | | | | | | | Fix output of "git log --graph --boundary" | Adam Simpkins | 2008-05-25 | 2 | -14/+67 | |
| * | | | | | | | | | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | 6 | -41/+49 | |
| * | | | | | | | | | graph API: don't print branch lines for uninteresting merge parents | Adam Simpkins | 2008-05-25 | 1 | -13/+44 | |
| * | | | | | | | | | graph API: fix graph mis-alignment after uninteresting commits | Adam Simpkins | 2008-05-25 | 1 | -0/+3 | |
* | | | | | | | | | | Merge branch 'js/mailinfo' | Junio C Hamano | 2008-05-25 | 7 | -35/+115 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mailsplit: minor clean-up in read_line_with_nul() | Junio C Hamano | 2008-05-25 | 1 | -4/+3 | |
| * | | | | | | | | | | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths | Junio C Hamano | 2008-05-25 | 4 | -21/+71 | |
| * | | | | | | | | | | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 2008-05-25 | 5 | -15/+46 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 | 5 | -36/+53 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make git add -n and git -u -n output consistent | Gustaf Hendeby | 2008-05-23 | 1 | -15/+5 | |
| * | | | | | | | | | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 | 7 | -23/+57 | |
* | | | | | | | | | | | Merge branch 'ar/t6031' | Junio C Hamano | 2008-05-25 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix t6031 on filesystems without working exec bit | Alex Riesen | 2008-05-21 | 1 | -2/+5 | |
* | | | | | | | | | | | | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 19 | -119/+816 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add test for cloning with "--reference" repo being a subset of source repo | Johan Herland | 2008-05-22 | 1 | -0/+5 | |
| * | | | | | | | | | | | | Add a test for another combination of --reference | Johan Herland | 2008-05-22 | 1 | -0/+21 | |
| * | | | | | | | | | | | | Test that --reference actually suppresses fetching referenced objects | Daniel Barkalow | 2008-05-22 | 1 | -1/+8 | |
| * | | | | | | | | | | | | clone: fall back to copying if hardlinking fails | Daniel Barkalow | 2008-05-21 | 1 | -5/+7 | |
| * | | | | | | | | | | | | builtin-clone.c: Need to closedir() in copy_or_link_directory() | Brandon Casey | 2008-05-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | builtin-clone: fix initial checkout | Johannes Schindelin | 2008-05-15 | 2 | -0/+10 | |
| * | | | | | | | | | | | | Build in clone | Daniel Barkalow | 2008-05-04 | 5 | -1/+547 | |
| * | | | | | | | | | | | | Provide API access to init_db() | Daniel Barkalow | 2008-05-04 | 2 | -95/+108 | |
| * | | | | | | | | | | | | Add a function to set a non-default work tree | Daniel Barkalow | 2008-05-04 | 2 | -4/+21 | |
| * | | | | | | | | | | | | Allow for having for_each_ref() list extra refs | Daniel Barkalow | 2008-05-04 | 2 | -0/+27 | |
| * | | | | | | | | | | | | Have a constant extern refspec for "--tags" | Daniel Barkalow | 2008-05-04 | 3 | -8/+13 | |
| * | | | | | | | | | | | | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 2008-05-04 | 2 | -0/+13 | |
| * | | | | | | | | | | | | Add a lockfile function to append to a file | Daniel Barkalow | 2008-05-04 | 2 | -0/+29 | |
| * | | | | | | | | | | | | Mark the list of refs to fetch as const | Daniel Barkalow | 2008-05-04 | 2 | -10/+10 | |
* | | | | | | | | | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-05-25 | 2 | -72/+139 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | builtin-apply: do not declare patch is creation when we do not know it | Junio C Hamano | 2008-05-17 | 2 | -15/+61 | |
| * | | | | | | | | | | | | | builtin-apply: accept patch to an empty file | Junio C Hamano | 2008-05-17 | 1 | -56/+77 | |
| * | | | | | | | | | | | | | builtin-apply: typofix | Junio C Hamano | 2008-05-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge branch 'jc/unpack-trees-reword' | Junio C Hamano | 2008-05-25 | 3 | -14/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | unpack-trees: allow Porcelain to give different error messages | Junio C Hamano | 2008-05-19 | 3 | -14/+52 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'ar/batch-cat' | Junio C Hamano | 2008-05-25 | 9 | -82/+781 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | change quoting in test t1006-cat-file.sh | Michele Ballabio | 2008-05-23 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | builtin-cat-file.c: use parse_options() | Michele Ballabio | 2008-05-23 | 1 | -73/+46 | |
| * | | | | | | | | | | | | | | git-svn: Speed up fetch | Adam Roben | 2008-05-23 | 1 | -22/+20 | |
| * | | | | | | | | | | | | | | Git.pm: Add hash_and_insert_object and cat_blob | Adam Roben | 2008-05-23 | 1 | -2/+150 | |
| * | | | | | | | | | | | | | | Git.pm: Add command_bidi_pipe and command_close_bidi_pipe | Adam Roben | 2008-05-23 | 1 | -0/+56 | |
| * | | | | | | | | | | | | | | git-hash-object: Add --stdin-paths option | Adam Roben | 2008-05-23 | 3 | -2/+80 | |
| * | | | | | | | | | | | | | | Add more tests for git hash-object | Adam Roben | 2008-05-23 | 1 | -27/+93 | |
| * | | | | | | | | | | | | | | Move git-hash-object tests from t5303 to t1007 | Adam Roben | 2008-05-23 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | | git-cat-file: Add --batch option | Adam Roben | 2008-05-05 | 3 | -38/+117 | |
| * | | | | | | | | | | | | | | git-cat-file: Add --batch-check option | Adam Roben | 2008-05-05 | 3 | -7/+163 | |
| * | | | | | | | | | | | | | | git-cat-file: Make option parsing a little more flexible | Adam Roben | 2008-05-05 | 1 | -12/+30 | |
| * | | | | | | | | | | | | | | git-cat-file: Small refactor of cmd_cat_file | Adam Roben | 2008-05-05 | 1 | -16/+22 | |
| * | | | | | | | | | | | | | | Add tests for git cat-file | Adam Roben | 2008-05-05 | 1 | -0/+121 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |