Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Make git-remote a builtin | Johannes Schindelin | 2008-03-01 | 8 | -4/+556 | |
| * | | | | | | | Test "git remote show" and "git remote prune" | Johannes Schindelin | 2008-03-01 | 1 | -0/+34 | |
| * | | | | | | | parseopt: add flag to stop on first non option | Johannes Schindelin | 2008-03-01 | 2 | -0/+3 | |
| * | | | | | | | path-list: add functions to work with unsorted lists | Johannes Schindelin | 2008-03-01 | 2 | -1/+37 | |
* | | | | | | | | Merge branch 'lt/unpack-trees' | Junio C Hamano | 2008-03-11 | 15 | -452/+503 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | unpack_trees(): fix diff-index regression. | Linus Torvalds | 2008-03-10 | 2 | -2/+18 | |
| * | | | | | | | | traverse_trees_recursive(): propagate merge errors up | Junio C Hamano | 2008-03-10 | 1 | -3/+4 | |
| * | | | | | | | | unpack_trees(): minor memory leak fix in unused destination index | Linus Torvalds | 2008-03-09 | 1 | -0/+1 | |
| * | | | | | | | | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 2008-03-09 | 8 | -153/+102 | |
| * | | | | | | | | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 2008-03-09 | 7 | -39/+52 | |
| * | | | | | | | | Add 'const' where appropriate to index handling functions | Linus Torvalds | 2008-03-09 | 4 | -16/+16 | |
| * | | | | | | | | Fix tree-walking compare_entry() in the presense of --prefix | Linus Torvalds | 2008-03-09 | 1 | -0/+3 | |
| * | | | | | | | | Move 'unpack_trees()' over to 'traverse_trees()' interface | Linus Torvalds | 2008-03-09 | 1 | -281/+249 | |
| * | | | | | | | | Make 'traverse_trees()' traverse conflicting DF entries in parallel | Linus Torvalds | 2008-03-09 | 3 | -4/+9 | |
| * | | | | | | | | Add return value to 'traverse_tree()' callback | Linus Torvalds | 2008-03-09 | 3 | -13/+22 | |
| * | | | | | | | | Make 'traverse_tree()' use linked structure rather than 'const char *base' | Linus Torvalds | 2008-03-09 | 3 | -28/+78 | |
| * | | | | | | | | Add 'df_name_compare()' helper function | Linus Torvalds | 2008-03-09 | 2 | -0/+36 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-03-11 | 4 | -3/+37 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | git-svn: fix find-rev error message when missing arg | Marc-Andre Lureau | 2008-03-11 | 1 | -1/+2 | |
| * | | | | | | | t0021: tr portability fix for Solaris | Jeff King | 2008-03-11 | 1 | -1/+3 | |
| * | | | | | | | launch_editor(): allow spaces in the filename | Johannes Schindelin | 2008-03-11 | 2 | -1/+32 | |
| * | | | | | | | git rebase --abort: always restore the right commit | Mike Hommey | 2008-03-11 | 2 | -3/+73 | |
* | | | | | | | | Merge branch 'jc/cherry-pick' (early part) | Junio C Hamano | 2008-03-11 | 6 | -389/+449 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | expose a helper function peel_to_type(). | Junio C Hamano | 2008-02-18 | 2 | -19/+41 | |
| * | | | | | | | | merge-recursive: split low-level merge functions out. | Junio C Hamano | 2008-02-18 | 4 | -369/+408 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-03-11 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'kb/maint-filter-branch-disappear' into maint | Junio C Hamano | 2008-03-11 | 2 | -1/+34 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'aw/maint-shortlog-blank-lines' into maint | Junio C Hamano | 2008-03-11 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-pull documentation: warn about the option order | Junio C Hamano | 2008-03-10 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | update 'git rebase' documentation | SZEDER Gábor | 2008-03-10 | 2 | -4/+2 | |
* | | | | | | | | | | bash: fix long option with argument double completion | SZEDER Gábor | 2008-03-10 | 1 | -7/+15 | |
* | | | | | | | | | | bash: Add more long options to be completed with "git --<TAB>" | Teemu Likonen | 2008-03-10 | 1 | -0/+3 | |
* | | | | | | | | | | bash: use __gitdir when completing 'git rebase' options | SZEDER Gábor | 2008-03-10 | 1 | -2/+2 | |
* | | | | | | | | | | bash: Remove completion of core.legacyheaders option | Shawn O. Pearce | 2008-03-10 | 1 | -1/+0 | |
* | | | | | | | | | | bash: add 'git svn' subcommands and options | SZEDER Gábor | 2008-03-10 | 1 | -1/+80 | |
* | | | | | | | | | | bash: add new 'git stash' subcommands | SZEDER Gábor | 2008-03-10 | 1 | -1/+1 | |
* | | | | | | | | | | bash: refactor searching for subcommands on the command line | SZEDER Gábor | 2008-03-10 | 1 | -39/+32 | |
* | | | | | | | | | | bash: remove unnecessary conditions when checking for subcommands | SZEDER Gábor | 2008-03-10 | 1 | -4/+4 | |
* | | | | | | | | | | bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ... | Kevin Ballard | 2008-03-10 | 1 | -4/+4 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Add a test for read-tree -u --reset with a D/F conflict | Jeff King | 2008-03-08 | 1 | -0/+30 | |
* | | | | | | | | | Merge branch 'ph/parseopt' | Junio C Hamano | 2008-03-08 | 6 | -23/+68 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | parse-options: new option type to treat an option-like parameter as an argument. | Pierre Habouzit | 2008-03-02 | 4 | -7/+39 | |
| * | | | | | | | | | parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt | Pierre Habouzit | 2008-03-02 | 2 | -16/+29 | |
* | | | | | | | | | | Merge branch 'dp/clean-fix' | Junio C Hamano | 2008-03-08 | 11 | -94/+123 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-clean: add tests for relative path | Junio C Hamano | 2008-03-07 | 1 | -0/+52 | |
| * | | | | | | | | | | git-clean: correct printing relative path | Dmitry Potapov | 2008-03-07 | 1 | -18/+14 | |
| * | | | | | | | | | | Make private quote_path() in wt-status.c available as quote_path_relative() | Dmitry Potapov | 2008-03-07 | 3 | -45/+48 | |
| * | | | | | | | | | | Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths... | Junio C Hamano | 2008-03-07 | 1 | -10/+1 | |
| * | | | | | | | | | | Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes) | Junio C Hamano | 2008-03-07 | 1 | -12/+0 | |
| * | | | | | | | | | | Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files) | Junio C Hamano | 2008-03-07 | 1 | -5/+1 |