summaryrefslogtreecommitdiffstats
path: root/var.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-05Test that git-am does not lose -C/-p/--whitespace optionsJunio C Hamano11-0/+229
2008-12-05git-am: propagate --3way options as wellJunio C Hamano1-2/+7
2008-12-05git-am: propagate -C<n>, -p<n> options as wellJunio C Hamano1-7/+7
2008-12-05git-am --whitespace: do not lose the command line optionJunio C Hamano1-4/+4
2008-12-04add stage to gitignoreJeff King1-0/+1
2008-12-03submodule: use git rev-parse -qMiklos Vajna1-3/+3
2008-12-03rebase: use git rev-parse -qMiklos Vajna1-2/+2
2008-12-03pull: use git rev-parse -qMiklos Vajna1-4/+4
2008-12-03lost-found: use git rev-parse -qMiklos Vajna1-1/+1
2008-12-03filter-branch: use git rev-parse -qMiklos Vajna1-1/+1
2008-12-03git-svn: Make branch use correct svn-remoteDeskin Miller2-1/+20
2008-12-03Install git-stage in exec-pathJunio C Hamano1-0/+1
2008-12-03xdiff: give up scanning similar lines earlyDavide Libenzi1-2/+13
2008-12-03gitweb: Fix handling of non-ASCII characters in inserted HTML filesJakub Narebski1-16/+16
2008-12-03git-stash: use git rev-parse -qMiklos Vajna1-6/+6
2008-12-03t4030-diff-textconv: Make octal escape sequence more portableJohannes Sixt1-1/+1
2008-12-03Add a built-in alias for 'stage' to the 'add' commandScott Chacon2-0/+20
2008-12-03Add backslash to list of 'crud' characters in real nameLinus Torvalds1-0/+1
2008-12-03Makefile: introduce NO_PTHREADSJunio C Hamano4-1/+31
2008-12-03Documentation: describe how to "bisect skip" a range of commitsChristian Couder2-2/+21
2008-12-03bisect: fix "git bisect skip <commit>" and add tests casesChristian Couder2-3/+20
2008-12-03Update comment on gitweb_check/get_featureGiuseppe Bilotta1-1/+3
2008-12-03User's Manual: remove duplicated url at the end of Appendix BMiklos Vajna1-1/+0
2008-12-02git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.Mark Burton1-16/+27
2008-12-01gitk: Add a menu option to start git guiAlexander Gavrilov1-0/+3
2008-12-01gitk: Make line origin search update the busy statusAlexander Gavrilov1-0/+3
2008-12-01gitk: Update German translationChristian Stimming1-8/+43
2008-12-01gitk: Fix bug in accessing undefined "notflag" variablePaul Mackerras1-5/+1
2008-12-01gitk: Highlight only when search type is "containing:".Paul Mackerras1-3/+4
2008-12-01GIT 1.6.1-rc1v1.6.1-rc1Junio C Hamano1-4/+15
2008-12-01Include git-gui--askpass in git-gui RPM packageJunio C Hamano1-0/+1
2008-12-01send-email: do not reverse the command line argumentsJunio C Hamano2-1/+14
2008-12-01Update draft release notes to 1.6.0.5Junio C Hamano1-0/+22
2008-12-01generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2008-12-01gitweb: make gitweb_check_feature a boolean wrapperGiuseppe Bilotta1-20/+36
2008-12-01gitweb: rename gitweb_check_feature to gitweb_get_featureJunio C Hamano1-23/+23
2008-12-01gitweb: fix 'ctags' feature check and othersJunio C Hamano1-7/+7
2008-12-01git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano5-5/+45
2008-11-29git add --intent-to-add: fix removal of cached emptinessJunio C Hamano4-4/+7
2008-11-29builtin-rm.c: explain and clarify the "local change" logicJunio C Hamano1-11/+42
2008-11-28sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain1-1/+1
2008-11-28sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-28git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen1-1/+1
2008-11-28bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-28bash: complete full refsSZEDER Gábor1-4/+15
2008-11-28bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Ralf Wildenhues3-5/+5
2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4
2008-11-26git-gui: update Japanese translationNanako Shiraishi1-294/+825