summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dm/svn-remote'Junio C Hamano2008-12-032-1/+20
|\
| * git-svn: Make branch use correct svn-remoteDeskin Miller2008-12-032-1/+20
* | Merge branch 'jn/gitweb-utf8'Junio C Hamano2008-12-031-16/+16
|\ \
| * | gitweb: Fix handling of non-ASCII characters in inserted HTML filesJakub Narebski2008-12-021-16/+16
* | | add stage to gitignoreJeff King2008-12-031-0/+1
* | | submodule: use git rev-parse -qMiklos Vajna2008-12-031-3/+3
* | | rebase: use git rev-parse -qMiklos Vajna2008-12-031-2/+2
* | | pull: use git rev-parse -qMiklos Vajna2008-12-031-4/+4
* | | lost-found: use git rev-parse -qMiklos Vajna2008-12-031-1/+1
* | | filter-branch: use git rev-parse -qMiklos Vajna2008-12-031-1/+1
* | | Merge branch 'jc/rm-i-t-a'Junio C Hamano2008-12-038-32/+187
|\ \ \
| * | | git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-305-5/+45
| * | | git add --intent-to-add: fix removal of cached emptinessJunio C Hamano2008-11-284-4/+7
| * | | builtin-rm.c: explain and clarify the "local change" logicJunio C Hamano2008-11-281-11/+42
| * | | Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano2008-11-282-14/+95
| |\ \ \
| | * | | Extend index to save more flagsNguyễn Thái Ngọc Duy2008-10-122-14/+95
* | | | | Merge branch 'maint'Junio C Hamano2008-12-030-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano2008-12-022-3/+78
| |\ \ \ \ \
| * | | | | | xdiff: give up scanning similar lines earlyDavide Libenzi2008-12-021-2/+13
| * | | | | | Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-029-36/+137
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'js/mingw-rename-fix' into maintJunio C Hamano2008-12-021-3/+12
| |\ \ \ \ \ \ \
* | | | | | | | | Install git-stage in exec-pathJunio C Hamano2008-12-031-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | git-stash: use git rev-parse -qMiklos Vajna2008-12-021-6/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-12-021-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna2008-12-021-1/+0
* | | | | | | | t4030-diff-textconv: Make octal escape sequence more portableJohannes Sixt2008-12-021-1/+1
* | | | | | | | Add a built-in alias for 'stage' to the 'add' commandScott Chacon2008-12-022-0/+20
* | | | | | | | Add backslash to list of 'crud' characters in real nameLinus Torvalds2008-12-021-0/+1
* | | | | | | | Makefile: introduce NO_PTHREADSJunio C Hamano2008-12-024-1/+31
* | | | | | | | Documentation: describe how to "bisect skip" a range of commitsChristian Couder2008-12-022-2/+21
* | | | | | | | bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2008-12-022-3/+20
* | | | | | | | Update comment on gitweb_check/get_featureGiuseppe Bilotta2008-12-021-1/+3
* | | | | | | | Merge branch 'gb/gitweb-feature'Junio C Hamano2008-12-021-16/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | gitweb: make gitweb_check_feature a boolean wrapperGiuseppe Bilotta2008-11-301-20/+36
| * | | | | | | | gitweb: rename gitweb_check_feature to gitweb_get_featureJunio C Hamano2008-11-301-23/+23
| * | | | | | | | gitweb: fix 'ctags' feature check and othersJunio C Hamano2008-11-301-7/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-12-021-16/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.Mark Burton2008-12-021-16/+27
* | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-12-022-17/+55
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | gitk: Add a menu option to start git guiAlexander Gavrilov2008-12-021-0/+3
| * | | | | | | | gitk: Make line origin search update the busy statusAlexander Gavrilov2008-12-021-0/+3
| * | | | | | | | gitk: Update German translationChristian Stimming2008-12-021-8/+43
| * | | | | | | | gitk: Fix bug in accessing undefined "notflag" variablePaul Mackerras2008-12-021-5/+1
| * | | | | | | | gitk: Highlight only when search type is "containing:".Paul Mackerras2008-12-021-3/+4
| * | | | | | | | gitk: Fix context menu items for generating diffs when in tree modePaul Mackerras2008-11-181-1/+1
* | | | | | | | | GIT 1.6.1-rc1v1.6.1-rc1Junio C Hamano2008-12-011-4/+15
* | | | | | | | | Include git-gui--askpass in git-gui RPM packageJunio C Hamano2008-12-011-0/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-11-301-93/+157
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | gitk: Avoid handling the Return key twice in Add BranchAlexander Gavrilov2008-11-181-1/+0
| * | | | | | | | gitk: Show local changes properly when we have a path limitPaul Mackerras2008-11-181-22/+88