summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano
2007-07-07gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen
2007-07-07gitweb: make search form generate pathinfo-style URLsMatt McCutchen
2007-07-07gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna
2007-07-07gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano
2007-07-07Merge branch 'js/stash'Junio C Hamano
2007-07-07Merge branch 'jc/diff-mark'Junio C Hamano
2007-07-07Merge branch 'maint'Junio C Hamano
2007-07-07diff: honor binariness specified in attributesJunio C Hamano
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano
2007-07-07git-branch: default to --trackJohannes Schindelin
2007-07-07git-send-email: allow an email alias for --fromMichael Hendricks
2007-07-07cvsserver: always initialize state in argsplit()Frank Lichtenheld
2007-07-07stash: allow running from a subdirectoryJames Bowes
2007-07-07git-submodule(1): update description and key namesLars Hjemli
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-07Add [verse] to the SYNOPSIS section of git-submodule.txt.Matt Kraai
2007-07-07Change "added.moved or removed" to "added, moved or removed" inMatt Kraai
2007-07-06Fixed a formulation mistake in Documentation/user-manual.txtMarcus Fritzsch
2007-07-06Teach git-stash to "apply --index"Johannes Schindelin
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano
2007-07-06Prefer EMAIL to username@hostname.Matt Kraai
2007-07-06make git-clone GIT_WORK_TREE awareMatthias Lederhofer
2007-07-06git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer
2007-07-06fix remote.origin.url in tutorial.txtAlecs King
2007-07-06filter-branch: fail gracefully when a filter failsJohannes Schindelin
2007-07-06Add -v|--verbose to git remote to show remote urlAlex Riesen
2007-07-06filter-branch documentation: clarify which filters are eval'edJohannes Schindelin
2007-07-06git-stash: allow more descriptive reminder message when savingJunio C Hamano
2007-07-06Add urls.txt to git-clone man pageAndrew Ruder
2007-07-05Fix git-stash(1) markup.Junio C Hamano
2007-07-05Allow rebase to run if upstream is completely mergedJohannes Sixt
2007-07-05Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder
2007-07-05git-svn: fix blocking with svn:// servers after do_switchEric Wong
2007-07-04filter-branch documentation: some more touch-ups.Johannes Sixt
2007-07-04filter-branch: added missing warn functionSteffen Prohaska
2007-07-04Alter git-checkout reflog message to include "from" branchSean
2007-07-04git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer
2007-07-04Do not check if getcwd() result begins with a slash.Junio C Hamano
2007-07-04filter-branch: a few more touch ups to the man pageJohannes Schindelin
2007-07-04filter-branch: make output nicerJohannes Schindelin
2007-07-04Fix t5516 to create test repo without hooksAlex Riesen
2007-07-04filter-branch: Avoid an error message in the map function.Johannes Sixt
2007-07-04Handle format.subjectprefix for every command which accepts --prettyAlex Riesen
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen
2007-07-04Update reflog message created for stashesJunio C Hamano