aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | make unpack_object_header() non fatalNicolas Pitre2008-11-02
| * | | | | | | | better validation on delta base object offsetsNicolas Pitre2008-11-02
| * | | | | | | | close another possibility for propagating pack corruptionNicolas Pitre2008-11-02
* | | | | | | | | Merge branch 'mk/maint-cg-push'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-11
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey2008-11-12
| * | | | | | | | | pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-12
| * | | | | | | | | sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2008-11-12
| * | | | | | | | | t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey2008-11-12
| * | | | | | | | | builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey2008-11-12
| * | | | | | | | | repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey2008-11-12
| * | | | | | | | | repack: don't repack local objects in packs with .keep fileBrandon Casey2008-11-12
| * | | | | | | | | pack-objects: new option --honor-pack-keepBrandon Casey2008-11-12
| * | | | | | | | | packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2008-11-12
| * | | | | | | | | t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey2008-11-12
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mv/remote-rename'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-remote: document the migration feature of the rename subcommandMiklos Vajna2008-11-11
| * | | | | | | | | git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-11
| * | | | | | | | | remote: add a new 'origin' variable to the structMiklos Vajna2008-11-11
| * | | | | | | | | Implement git remote renameMiklos Vajna2008-11-05
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/deny-push-to-current'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack: detect push to current branch of non-bare repoJeff King2008-11-09
| * | | | | | | | | t5516: refactor oddball testsJeff King2008-11-09
* | | | | | | | | | Merge branch 'dl/xdiff'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xdiff: give up scanning similar lines earlyDavide Libenzi2008-11-08
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'lt/decorate'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list documentation: clarify the two parts of history simplificationSanti BĂ©jar2008-11-12
| * | | | | | | | | | Document "git log --simplify-by-decoration"Nanako Shiraishi2008-11-12
| * | | | | | | | | | Document "git log --source"Nanako Shiraishi2008-11-11
| * | | | | | | | | | revision traversal: '--simplify-by-decoration'Linus Torvalds2008-11-04
| * | | | | | | | | | Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-04
| * | | | | | | | | | revision: make tree comparison functions take commits rather than treesLinus Torvalds2008-11-04
| * | | | | | | | | | Add a 'source' decorator for commitsLinus Torvalds2008-11-04
* | | | | | | | | | | Merge branch 'jk/diff-convfilter'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | enable textconv for diff in verbose status/commitJeff King2008-10-26
| * | | | | | | | | | | wt-status: load diff ui configJeff King2008-10-26
| * | | | | | | | | | | only textconv regular filesJeff King2008-10-26
| * | | | | | | | | | | userdiff: require explicitly allowing textconvJeff King2008-10-26
| * | | | | | | | | | | refactor userdiff textconv codeJeff King2008-10-26
* | | | | | | | | | | | Merge branch 'jk/diff-convfilter-test-fix'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Avoid using non-portable `echo -n` in tests.Brian Gernhardt2008-10-31
| |/ / / / / / / / / / /
| * | | | | | | | | | | add userdiff textconv testsJeff King2008-10-26
| * | | | | | | | | | | document the diff driver textconv featureJeff King2008-10-26
| * | | | | | | | | | | diff: add missing static declarationJeff King2008-10-26
* | | | | | | | | | | | Merge branch 'st/tag'Junio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu2008-11-04
| * | | | | | | | | | | | tag: Check that options are only allowed in the appropriate modeSamuel Tardieu2008-11-04
* | | | | | | | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-11-12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-gui: Request blame metadata in utf-8.Alexander Gavrilov2008-11-11