aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | git-gui: Teach git gui about file type changesGustaf Hendeby2008-08-24
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-09-06
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Update draft release notes for 1.6.0.2Junio C Hamano2008-09-06
| * | | | | | | | | stash: refresh the index before deciding if the work tree is dirtyJunio C Hamano2008-09-06
| * | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-09-06
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce2008-09-04
| | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | git-gui: Fix string escaping in po2msg.shAlexander Gavrilov2008-09-01
| | * | | | | | | git gui: show diffs with a minimum of 1 context lineClemens Buchacher2008-09-01
| | |/ / / / / /
| | * | | | | | git-gui: update all remaining translations to French.Alexandre Bourget2008-08-12
| | * | | | | | git-gui: Update french translationAlexandre Bourget2008-08-12
| * | | | | | | Mention the fact that 'git annotate' is only for backward compatibility.Junio C Hamano2008-09-05
| * | | | | | | "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-05
* | | | | | | | Merge branch 'jc/maint-log-grep'Junio C Hamano2008-09-04
|\ \ \ \ \ \ \ \
| * | | | | | | | log --author/--committer: really match only with name partJunio C Hamano2008-09-04
| |/ / / / / / /
| * | | | | | | diff --cumulative is a sub-option of --dirstatJunio C Hamano2008-09-03
| * | | | | | | bash completion: Hide more plumbing commandsPetr Baudis2008-09-03
* | | | | | | | Update draft release notes for 1.6.1Junio C Hamano2008-09-03
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Start 1.6.0.2 maintenance cycleJunio C Hamano2008-09-03
| * | | | | | | Merge branch 'nd/worktree' into maintJunio C Hamano2008-09-03
| |\ \ \ \ \ \ \
| | * | | | | | | setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy2008-08-30
| | * | | | | | | update-index: fix worktree setupNguyễn Thái Ngọc Duy2008-08-30
| | * | | | | | | read-tree: setup worktree if merge is requiredNguyễn Thái Ngọc Duy2008-08-28
| | * | | | | | | grep: fix worktree setupNguyễn Thái Ngọc Duy2008-08-28
| | * | | | | | | diff*: fix worktree setupNguyễn Thái Ngọc Duy2008-08-28
| * | | | | | | | Merge branch 'ho/dashless' into maintJunio C Hamano2008-09-03
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-03
| | * | | | | | | | tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi2008-09-03
| | * | | | | | | | tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-03
| | * | | | | | | | tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-03
| | * | | | | | | | 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
| | * | | | | | | | Start conforming code to "git subcmd" styleHeikki Orsila2008-08-30
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Fix passwd(5) ref and reflect that commit doens't use commit-treeJonas Fonseca2008-09-03
| * | | | | | | | improve handling of sideband message displayNicolas Pitre2008-09-03
| * | | | | | | | checkout: fix message when leaving detached HEADJeff King2008-09-03
| * | | | | | | | clone: fix creation of explicitly named target directoryClemens Buchacher2008-09-03
* | | | | | | | | Merge branch 'tr/filter-branch'Junio C Hamano2008-09-02
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'tr/rev-list-docs' into tr/filter-branchJunio C Hamano2008-08-31
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Documentation: rev-list-options: move --simplify-merges documentationThomas Rast2008-08-12
| | * | | | | | | | | Merge branch 'jc/post-simplify' into tr/rev-list-docsJunio C Hamano2008-08-12
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'jc/post-simplify' (early part) into tr/filter-branchJunio C Hamano2008-08-30
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | revision --simplify-merges: make it a no-op without pathspecJunio C Hamano2008-08-18
| | * | | | | | | | | | | revision --simplify-merges: do not leave commits unprocessedJunio C Hamano2008-08-18
| | * | | | | | | | | | | revision --simplify-merges: use decoration instead of commit->util fieldJunio C Hamano2008-08-14
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | filter-branch: use --simplify-mergesThomas Rast2008-08-12
| * | | | | | | | | | | Merge branch 'jc/post-simplify' into tr/filter-branchJunio C Hamano2008-08-12
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Topo-sort before --simplify-mergesJunio C Hamano2008-08-03
| | * | | | | | | | | | revision traversal: show full history with merge simplificationJunio C Hamano2008-08-02
| | * | | | | | | | | | revision.c: whitespace fixJunio C Hamano2008-08-02
| * | | | | | | | | | | filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast2008-08-12