aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* traverse_trees_recursive(): propagate merge errors upJunio C Hamano2008-03-10
* unpack_trees(): minor memory leak fix in unused destination indexLinus Torvalds2008-03-09
* Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-09
* Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-09
* Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-09
* Fix tree-walking compare_entry() in the presense of --prefixLinus Torvalds2008-03-09
* Move 'unpack_trees()' over to 'traverse_trees()' interfaceLinus Torvalds2008-03-09
* Make 'traverse_trees()' traverse conflicting DF entries in parallelLinus Torvalds2008-03-09
* Add return value to 'traverse_tree()' callbackLinus Torvalds2008-03-09
* Make 'traverse_tree()' use linked structure rather than 'const char *base'Linus Torvalds2008-03-09
* Add 'df_name_compare()' helper functionLinus Torvalds2008-03-09
* Add a test for read-tree -u --reset with a D/F conflictJeff King2008-03-08
* Merge branch 'ph/parseopt'Junio C Hamano2008-03-08
|\
| * parse-options: new option type to treat an option-like parameter as an argument.Pierre Habouzit2008-03-02
| * parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit2008-03-02
* | Merge branch 'dp/clean-fix'Junio C Hamano2008-03-08
|\ \
| * | git-clean: add tests for relative pathJunio C Hamano2008-03-07
| * | git-clean: correct printing relative pathDmitry Potapov2008-03-07
| * | Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-07
| * | Revert part of d089eba (setup: sanitize absolute and funny paths in get_paths...Junio C Hamano2008-03-07
| * | Revert part of 1abf095 (git-add: adjust to the get_pathspec() changes)Junio C Hamano2008-03-07
| * | Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files)Junio C Hamano2008-03-07
| * | get_pathspec(): die when an out-of-tree path is givenJunio C Hamano2008-03-07
* | | Merge branch 'ml/submodule-add-existing'Junio C Hamano2008-03-08
|\ \ \
| * | | git-submodule - Allow adding a submodule in-placeMark Levedahl2008-03-05
* | | | Merge branch 'mr/compat-snprintf'Junio C Hamano2008-03-08
|\ \ \ \
| * | | | Add compat/snprintf.c for systems that return bogusMichal Rokos2008-03-05
| | |/ / | |/| |
* | | | Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-08
|\ \ \ \
| * | | | Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-04
| * | | | Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-04
| * | | | git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-04
| * | | | Teach git-fetch to grab a tag at the same time as a commitShawn O. Pearce2008-03-03
| * | | | Make git-fetch follow tags we already have objects for soonerShawn O. Pearce2008-03-03
| * | | | Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-03
| * | | | Free the path_lists used to find non-local tags in git-fetchShawn O. Pearce2008-03-03
| * | | | Allow builtin-fetch's find_non_local_tags to append onto a listShawn O. Pearce2008-03-03
| * | | | Ensure tail pointer gets setup correctly when we fetch HEAD onlyShawn O. Pearce2008-03-03
| * | | | Remove unnecessary delaying of free_refs(ref_map) in builtin-fetchShawn O. Pearce2008-03-03
| * | | | Remove unused variable in builtin-fetch find_non_local_tagsShawn O. Pearce2008-03-03
* | | | | Merge branch 'jc/describe-always'Junio C Hamano2008-03-08
|\ \ \ \ \
| * | | | | describe --always: fall back to showing an abbreviated object nameJunio C Hamano2008-03-03
* | | | | | Merge branch 'jc/am'Junio C Hamano2008-03-08
|\ \ \ \ \ \
| * | | | | | am: --rebasingJunio C Hamano2008-03-05
| * | | | | | am: remove support for -d .dotestJunio C Hamano2008-03-05
| * | | | | | am: read from the right mailbox when started from a subdirectoryJunio C Hamano2008-03-05
* | | | | | | Merge branch 'cr/reset-parseopt'Junio C Hamano2008-03-08
|\ \ \ \ \ \ \
| * | | | | | | Make builtin-reset.c use parse_options.Carlos Rica2008-03-05
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jn/gitweb-pickaxe'Junio C Hamano2008-03-08
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Fix and simplify pickaxe searchJakub Narebski2008-03-05
| |/ / / / / /
* | | | | | | Merge branch 'kb/maint-filter-branch-disappear'Junio C Hamano2008-03-08
|\ \ \ \ \ \ \