summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano2007-07-071-8/+20
* Merge branch 'js/stash'Junio C Hamano2007-07-072-1/+89
|\
| * Teach git-stash to "apply --index"Johannes Schindelin2007-07-062-1/+89
* | Merge branch 'jc/diff-mark'Junio C Hamano2007-07-0714-63/+336
|\ \
| * | diff: honor binariness specified in attributesJunio C Hamano2007-07-072-5/+21
| * | Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-073-71/+84
| * | Per-path attribute based hunk header selection.Junio C Hamano2007-07-067-15/+256
| * | Future-proof source for changes in xdemitconf_tJohannes Schindelin2007-07-066-10/+10
| * | Introduce diff_filespec_is_binary()Junio C Hamano2007-07-063-36/+39
| |/
* | Merge branch 'maint'Junio C Hamano2007-07-072-1/+11
|\ \
| * | Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2007-07-072-1/+11
* | | diff-lib.c: don't strdup twiceRené Scharfe2007-07-071-1/+1
* | | git-branch: default to --trackJohannes Schindelin2007-07-061-1/+1
* | | git-send-email: allow an email alias for --fromMichael Hendricks2007-07-061-0/+2
* | | cvsserver: always initialize state in argsplit()Frank Lichtenheld2007-07-061-4/+4
* | | stash: allow running from a subdirectoryJames Bowes2007-07-061-0/+1
* | | git-submodule(1): update description and key namesLars Hjemli2007-07-061-3/+3
* | | Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-069-40/+64
* | | Add [verse] to the SYNOPSIS section of git-submodule.txt.Matt Kraai2007-07-061-0/+1
* | | Change "added.moved or removed" to "added, moved or removed" inMatt Kraai2007-07-061-1/+1
* | | Fixed a formulation mistake in Documentation/user-manual.txtMarcus Fritzsch2007-07-061-7/+7
| |/ |/|
* | Prefer EMAIL to username@hostname.Matt Kraai2007-07-051-7/+12
* | make git-clone GIT_WORK_TREE awareMatthias Lederhofer2007-07-051-7/+18
* | git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer2007-07-051-4/+13
* | fix remote.origin.url in tutorial.txtAlecs King2007-07-051-1/+1
* | filter-branch: fail gracefully when a filter failsJohannes Schindelin2007-07-052-11/+36
* | Add -v|--verbose to git remote to show remote urlAlex Riesen2007-07-051-1/+13
* | filter-branch documentation: clarify which filters are eval'edJohannes Schindelin2007-07-051-1/+2
* | git-stash: allow more descriptive reminder message when savingJunio C Hamano2007-07-051-6/+19
* | Add urls.txt to git-clone man pageAndrew Ruder2007-07-056-59/+63
* | Fix git-stash(1) markup.Junio C Hamano2007-07-041-1/+1
* | Allow rebase to run if upstream is completely mergedJohannes Sixt2007-07-042-4/+43
* | Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder2007-07-041-2/+2
* | git-svn: fix blocking with svn:// servers after do_switchEric Wong2007-07-041-0/+1
* | filter-branch documentation: some more touch-ups.Johannes Sixt2007-07-041-7/+16
* | filter-branch: added missing warn functionSteffen Prohaska2007-07-041-0/+4
* | Alter git-checkout reflog message to include "from" branchSean2007-07-041-1/+2
* | git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer2007-07-041-3/+37
* | Do not check if getcwd() result begins with a slash.Junio C Hamano2007-07-041-4/+4
* | filter-branch: a few more touch ups to the man pageJohannes Schindelin2007-07-041-5/+6
* | filter-branch: make output nicerJohannes Schindelin2007-07-041-4/+4
* | Fix t5516 to create test repo without hooksAlex Riesen2007-07-041-1/+2
* | filter-branch: Avoid an error message in the map function.Johannes Sixt2007-07-041-2/+6
* | Handle format.subjectprefix for every command which accepts --prettyAlex Riesen2007-07-041-7/+8
* | Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen2007-07-041-1/+1
* | Update reflog message created for stashesJunio C Hamano2007-07-041-1/+1
* | repack: don't report "Nothing new to pack." if -q is givenUwe Kleine-König2007-07-041-1/+3
* | Add core.pager config variable.Brian Gernhardt2007-07-045-0/+13
* | git-submodule: Fix two instances of the same typoCJ van den Berg2007-07-041-2/+2
* | Merge branch 'maint'Junio C Hamano2007-07-036-4/+29
|\ \ | |/