summaryrefslogtreecommitdiffstats
path: root/templates/hooks--pre-rebase.sample (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48
2008-11-26xdiff-interface.c: remove 10 duplicated linesJim Meyering1-11/+0
2008-11-26t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible wi...Marcel Koeppen1-1/+1
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25
2008-11-26send-email: Fix Pine address book parsingTrent Piepho1-3/+6
2008-11-26bisect: teach "skip" to accept special arguments like "A..B"Christian Couder1-1/+18
2008-11-26builtin_clone: use strbuf in cmd_clone()Miklos Vajna1-20/+25
2008-11-26builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna1-27/+31
2008-11-26builtin-clone: use strbuf in guess_dir_name()Miklos Vajna1-3/+3
2008-11-24remove the unused files interpolate.c and interpolate.hRené Scharfe3-130/+0
2008-11-24daemon: deglobalize variable 'directory'René Scharfe1-10/+6
2008-11-24daemon: inline fill_in_extra_table_entries()René Scharfe1-8/+2
2008-11-24daemon: use strbuf_expand() instead of interpolate()René Scharfe1-55/+54
2008-11-24merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe2-13/+9
2008-11-24add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe3-0/+28
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3
2008-11-24Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8
2008-11-24sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-24Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6
2008-11-24Fix t4030-diff-textconv.shAlex Riesen1-1/+1